home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / dos / djgpp / cf / pldevs.h < prev   
Encoding:
C/C++ Source or Header  |  1994-08-10  |  1.5 KB  |  61 lines

  1. /* -*-C-*-
  2. /* $Id: pldevs.h,v 1.1 1994/08/10 01:08:26 mjl Exp $
  3.  * $Log: pldevs.h,v $
  4.  * Revision 1.1  1994/08/10  01:08:26  mjl
  5.  * New directory structure, config files, and other modifications for PLplot
  6.  * 4.99h/djgpp DOS port, submitted by Paul Kirschner.  New driver supports
  7.  * color fill.
  8.  *
  9.  * Revision 1.2  1994/07/25  05:57:32  mjl
  10.  * Added line for new lj_hpgl driver.
  11.  *
  12.  * Revision 1.1  1994/07/19  22:27:37  mjl
  13.  * Header file for holding defines that enable PLplot device drivers.
  14.  * Included by all device drivers and plcore.h.
  15. */
  16.  
  17. /*
  18.     plDevs.h.in
  19.  
  20.     Maurice LeBrun
  21.     IFS, University of Texas at Austin
  22.     18-Jul-1994
  23.  
  24.     Contains macro definitions that determine what device drivers are
  25.     compiled into the PLplot library.  On a Unix system, typically the
  26.     configure script builds plDevs.h from plDevs.h.in.  Elsewhere, it's
  27.     best to hand-configure a plDevs.h file and keep it with the
  28.     system-specific files.
  29. */
  30.  
  31. #ifndef __PLDEVS_H__
  32. #define __PLDEVS_H__
  33.  
  34. #undef PLD_plmeta
  35. #undef PLD_null
  36. #undef PLD_xterm
  37. #undef PLD_tek4010
  38. #undef PLD_tek4107
  39. #undef PLD_mskermit
  40. #undef PLD_vlt
  41. #undef PLD_versaterm
  42. #undef PLD_dg300
  43. #undef PLD_ps
  44. #undef PLD_xfig
  45. #undef PLD_ljii
  46. #undef PLD_lj_hpgl
  47. #undef PLD_hp7470
  48. #undef PLD_hp7580
  49. #undef PLD_imp
  50. #undef PLD_xwin
  51. #undef PLD_tk
  52. #undef PLD_dp
  53.  
  54. #define PLD_gnusvga
  55. #define PLD_ljii
  56. #define PLD_plmeta
  57. #define PLD_ps
  58. #define PLD_null
  59.  
  60. #endif    /* __PLDEVS_H__ */
  61.